How to remove the "Deleted" Git code marker in scrollbar in Visual Studio 2022?
How to remove the "Deleted" Git code marker in scrollbar in Visual Studio 2022?
24109-Nov-2023
Updated on 17-Nov-2023
Home / DeveloperSection / Forums / How to remove the "Deleted" Git code marker in scrollbar in Visual Studio 2022?
How to remove the "Deleted" Git code marker in scrollbar in Visual Studio 2022?
Aryan Kumar
17-Nov-2023To address the issue of the deleted Git code maker in the scrollbar in Visual Studio 2022, you can follow these steps:
Open Visual Studio 2022.
Navigate to the "View" menu.
Choose "Git Changes" from the options. This will open the Git Changes window.
In the Git Changes window, you'll see a button with a gear icon (Settings). Click on it.
In the Settings, look for the option related to the code lens or markers in the scrollbar.
Disable or uncheck the option that corresponds to the Git code maker in the scrollbar.
Click "OK" to apply the changes.
This should remove the Git code maker in the scrollbar. If you don't find the specific option in the Settings, you might want to check Visual Studio options or preferences related to Git integration.
Remember to restart Visual Studio after making these changes to ensure they take effect.